home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / DynaDoodle / English.lproj / Info.nib / data.classes next >
Text File  |  1993-12-14  |  398b  |  25 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. Manager = {
  7.     ACTIONS = {
  8.     takeCurrentDoodleFrom:;
  9.     takeForegroundColorFrom:;
  10.     appDidInit:;
  11.     takeBackgroundColorFrom:;
  12.     showInfoPanel:;
  13.     };
  14.     OUTLETS = {
  15.     backgroundColorWell;
  16.     descriptionTextField;
  17.     customControlBox;
  18.     foregroundColorWell;
  19.     doodleBox;
  20.     infoPanel;
  21.     currentDoodleButton;
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25.